|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.portlet.impl.jsr168.PortletFilterImpl
public class PortletFilterImpl
| Constructor Summary | |
|---|---|
PortletFilterImpl(ContainerFilterInfo info)
|
|
| Method Summary | ||
|---|---|---|
PortletFilterContext |
getContext()
Returns the context of the portlet filter |
|
java.lang.String |
getId()
Returns the id. |
|
ContainerFilterInfo |
getInfo()
|
|
PortletApplication |
getPortletApplication()
Returns the wired application. |
|
|
instance(java.lang.Class<T> type)
|
|
void |
setContext(PortletFilterContext context)
Set the context required by that filter. |
|
void |
setPortletApplication(PortletApplication application)
Set the application on the portlet filter. |
|
void |
start()
Starts the portlet container. |
|
void |
stop()
Stops the portlet container. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortletFilterImpl(ContainerFilterInfo info)
| Method Detail |
|---|
public <T> T instance(java.lang.Class<T> type)
public ContainerFilterInfo getInfo()
public java.lang.String getId()
PortletFilter
getId in interface PortletFilterpublic void setPortletApplication(PortletApplication application)
PortletFilterObject
setPortletApplication in interface PortletFilterObjectapplication - the applicationpublic PortletApplication getPortletApplication()
PortletFilter
getPortletApplication in interface PortletFilterpublic void setContext(PortletFilterContext context)
PortletFilterObject
setContext in interface PortletFilterObjectcontext - the contextpublic PortletFilterContext getContext()
PortletFilter
getContext in interface PortletFilter
public void start()
throws java.lang.Exception
PortletFilterObject
start in interface PortletFilterObjectjava.lang.Exception - any exception preventing the startpublic void stop()
PortletFilterObject
stop in interface PortletFilterObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||