|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Assembler
The pluto assembler is used to assemble a portlet application which is deployable to pluto.
Field Summary | |
---|---|
static String |
DISPATCH_SERVLET_CLASS
The fully qualified name of the class responsible for dispatching requests from the Pluto container to portlets. |
static String |
PORTLET_XML
Name of the Portlet Application descriptor file relative to the web application root, normally WEB-INF/portlet.xml . |
static String |
SERVLET_XML
Name of the Web Application descriptor file relative to the web application root, normally WEB-INF/web.xml . |
Method Summary | |
---|---|
void |
assemble(AssemblerConfig config)
Assemble a web application into a portlet web application which is deployable into the pluto-1.1 portlet container. |
Field Detail |
---|
static final String PORTLET_XML
WEB-INF/portlet.xml
.
static final String SERVLET_XML
WEB-INF/web.xml
.
static final String DISPATCH_SERVLET_CLASS
Method Detail |
---|
void assemble(AssemblerConfig config) throws UtilityException
UtilityException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |