public class StageResource extends Object
Constructor and Description |
---|
StageResource(String location,
String name)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
Returns the path expression for the resources.
|
String |
getName()
Returns the resource name.
|
public StageResource(String location, String name)
location
- the path expression for resourcesname
- the resource nameIllegalArgumentException
- if some parameters are null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.