Package org.exoplatform.portal.resource
Class SkinResourceRequestHandler
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.WebRequestHandler
org.exoplatform.portal.resource.SkinResourceRequestHandler
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
@Deprecated(forRemoval=true,
since="7.0")
public class SkinResourceRequestHandler
extends org.exoplatform.web.WebRequestHandler
Deprecated, for removal: This API element is subject to removal in a future version.
- Author:
- Julien Viet
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version..static final StringDeprecated, for removal: This API element is subject to removal in a future version..static final StringDeprecated, for removal: This API element is subject to removal in a future version..Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionSkinResourceRequestHandler(SkinService skinService) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(org.exoplatform.web.ControllerContext context) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected booleanDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.exoplatform.web.WebRequestHandler
onDestroy, onInitMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
IF_MODIFIED_SINCE
Deprecated, for removal: This API element is subject to removal in a future version..- See Also:
-
LAST_MODIFIED
Deprecated, for removal: This API element is subject to removal in a future version..- See Also:
-
EXPIRES
Deprecated, for removal: This API element is subject to removal in a future version..- See Also:
-
-
Constructor Details
-
SkinResourceRequestHandler
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getHandlerName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getHandlerNamein classorg.exoplatform.web.WebRequestHandler
-
execute
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
executein classorg.exoplatform.web.WebRequestHandler- Throws:
Exception
-
getRequiresLifeCycle
protected boolean getRequiresLifeCycle()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRequiresLifeCyclein classorg.exoplatform.web.WebRequestHandler
-
ResourceRequestFilterwhich will handle files using webapp context based URL instead of a centralized endpoint for all skins to define inside the monolith